|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jface.dialogs.DialogPage
org.eclipse.jface.wizard.WizardPage
org.eclipse.vtp.desktop.projects.core.export.ExportWebappPage
public abstract class ExportWebappPage
A page in the export webapp wizard.
| Field Summary | |
|---|---|
protected Exporter |
exporter
The exporter to use. |
| Fields inherited from interface org.eclipse.jface.dialogs.IMessageProvider |
|---|
ERROR, INFORMATION, NONE, WARNING |
| Constructor Summary | |
|---|---|
protected |
ExportWebappPage(java.lang.String pageName,
Exporter exporter)
Creates a new ExportWebappPage. |
protected |
ExportWebappPage(java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage,
Exporter exporter)
Creates a new ExportWebappPage. |
| Method Summary | |
|---|---|
void |
archiveChanged(Exporter exporter)
Notifies this observer that the specified exporter's archive has changed. |
void |
createServiceConfigurations(java.lang.String projectName,
org.w3c.dom.Element servicesElement)
Create and configure any service elements for the runtime. |
boolean |
needsToBeShown()
Returns true if this page needs to be shown. |
void |
projectSelectionChanged(Exporter exporter)
Notifies this observer that the specified exporter's project selection has changed. |
void |
savePrefrences()
Saves the preferences for this extension. |
| Methods inherited from class org.eclipse.jface.wizard.WizardPage |
|---|
canFlipToNextPage, getContainer, getDialogSettings, getImage, getName, getNextPage, getPreviousPage, getShell, getWizard, isCurrentPage, isPageComplete, setDescription, setErrorMessage, setImageDescriptor, setMessage, setPageComplete, setPreviousPage, setTitle, setWizard, toString |
| Methods inherited from class org.eclipse.jface.dialogs.DialogPage |
|---|
convertHeightInCharsToPixels, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, convertWidthInCharsToPixels, dispose, getControl, getDescription, getDialogFontName, getErrorMessage, getFont, getMessage, getMessageType, getTitle, getToolTipText, initializeDialogUnits, isControlCreated, performHelp, setButtonLayoutData, setControl, setMessage, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage |
|---|
createControl, dispose, getControl, getDescription, getErrorMessage, getMessage, getTitle, performHelp, setVisible |
| Field Detail |
|---|
protected final Exporter exporter
| Constructor Detail |
|---|
protected ExportWebappPage(java.lang.String pageName,
Exporter exporter)
pageName - The name of this page.exporter - The exporter to use.
protected ExportWebappPage(java.lang.String pageName,
java.lang.String title,
org.eclipse.jface.resource.ImageDescriptor titleImage,
Exporter exporter)
pageName - The name of this page.title - The title of this page.titleImage - The image descriptor for this page.exporter - The exporter to use.| Method Detail |
|---|
public boolean needsToBeShown()
public void archiveChanged(Exporter exporter)
ExporterObserver
archiveChanged in interface ExporterObserverexporter - The exporter that was updated.public void projectSelectionChanged(Exporter exporter)
ExporterObserver
projectSelectionChanged in interface ExporterObserverexporter - The exporter that was updated.public void savePrefrences()
ExporterExtension
savePrefrences in interface ExporterExtension
public void createServiceConfigurations(java.lang.String projectName,
org.w3c.dom.Element servicesElement)
ExporterExtension
createServiceConfigurations in interface ExporterExtensionprojectName - The name of the project to create the configurations
for.servicesElement - The container of the service elements.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||